home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectDraw / DDEnum / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  818 b   |  29 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: DDEnum Sample
  4. // 
  5. // Copyright (c) 1998-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   This sample shows how to enumerate the current DirectDraw devices and how to 
  13.   get information using the IDirectDraw4::GetDeviceIdentifier method.
  14.  
  15. Path
  16. ====
  17.   Source: DXSDK\Samples\Multimedia\DDraw\DDEnum
  18.  
  19.   Executable: DXSDK\Samples\Multimedia\DDraw\Bin
  20.  
  21. User's Guide
  22. ============
  23.   The user interface is a simple dialog box. Two buttons, Prev and Next, 
  24.   display information for the previous or next device that was enumerated. 
  25.   Click the Close button to exit the application.
  26.  
  27.   
  28.  
  29.